home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / ComputerScience / MethodsInAction / MethodsInAction.app / Example2.h < prev    next >
Text File  |  1992-08-19  |  151b  |  15 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface Example2:Object
  7. {
  8.     id    slider;
  9. }
  10.  
  11. - setMax:sender;
  12. - setMin:sender;
  13.  
  14. @end
  15.